FullScreen

public interface FullScreen implements Observable<T>

The fullscreen mode of the elements on the page.

Since

7.28

Functions

Link copied to clipboard
public abstract Browser browser()
Returns the Browser instance of this service.
Link copied to clipboard
public abstract void exit()
Tells the browser to exit fullscreen mode.
Link copied to clipboard
public abstract Subscription on<E extends T>(Class<E> eventClass, Observer<E> observer)
Subscribes the given event observer to receive the events of the given eventClass.
Link copied to clipboard
public final Subscription subscribe<E extends Event>(Observer<E> observer)
public final Subscription subscribe<E extends Event>(Observer<E> observer)

Subscribes the given observer to receive events of type E from this Observable.